Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-848 | GEN005100 | SV-35155r1_rule | ECPA-1 | High |
Description |
---|
If TFTP runs with the setuid or setgid bit set, it may be able to write to any file or directory and may seriously impair system integrity, confidentiality, and availability. |
STIG | Date |
---|---|
HP-UX 11.23 Security Technical Implementation Guide | 2012-05-25 |
Check Text ( C-36594r1_chk ) |
---|
Check the mode of the TFTP daemon. # ls -lL /usr/lbin/tftpd If the mode of the file is more permissive than 0755, this is a finding. |
Fix Text (F-31961r1_fix) |
---|
Change the mode of the TFTP daemon. # chmod 0755 /usr/lbin/tftpd |